* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-weight: 400;*/
    /*font-size: 14px;*/
    /*color: #fff;*/
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
}
video{
    object-fit: cover;
    /* background-color: #000;  */
}

@charset "UTF-8";

@font-face {
    font-family: "ast";
    src: url('font/ast.ttf'); /* IE9*/
    src: url('font/ast.ttf') format('embedded-opentype'), /* IE6-IE8 */
    url('font/ast.ttf') format('woff'), /* chrome, firefox */
    url('font/ast.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('font/ast.ttf') format('svg'); /* iOS 4.1- */
}

@font-face {
    font-family: "Alimama ShuHeiTi";
    src: url('font/AlimamaShuHeiTi-Bold.ttf'); /* IE9*/
    src: url('font/AlimamaShuHeiTi-Bold.ttf') format('embedded-opentype'), /* IE6-IE8 */
    url('font/AlimamaShuHeiTi-Bold.ttf') format('woff'), /* chrome, firefox */
    url('font/AlimamaShuHeiTi-Bold.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('font/AlimamaShuHeiTi-Bold.ttf') format('svg'); /* iOS 4.1- */
}

ul,li {
    margin: 0;
    padding: 0;
    list-style: none; /*去掉li左侧的点*/
}
.cursor_pointer{
    cursor: pointer;
}
.flex_row{
    display: flex;
    flex-direction: row;
}
.justify_content_center{
    justify-content: center;
}
.flex_row_center{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.flex_column{
    display: flex;
    flex-direction: column;
}
.flex_column_center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video_1{
    width:100%;
    height:30.2vw;
    background-color: black;

}
.play_btn_div{
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width:10.42vw;height:8.33vw;position: absolute;top: calc(15.1vw - 4.17vw);
    right: calc(50vw - 5.21vw);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/play_btn_one.png);
}
/* .ability{
    width:100%;
    margin-bottom:120px;
}
.abilityContent{
    margin: 0 auto;
    margin-top:120px
}
.abilityColumn{
    width: 300px;
} */
/* .column_label{
    width: 64px;
    height: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #C1AB7A;
    margin-left: 3px;
    margin-right: 3px;
} */
/* .column_2{
    align-items: baseline;
    padding: 0px;

    width: 300px;
    height: 115px;
} */
/* .column_value{
    height: 115px;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 800;
    font-size: 115px;
    line-height: 100%;
    text-align: center;
    color: #C1AB7A;
} */
/* .column_unit{
    width: 16px;
    height: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #C1AB7A;
} */
/* .column_info{
    width: 300px;
    height: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #C1AB7A;
    margin-top:24px;
} */
/* .dynamics{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.dynamicsObj{
    width:1200px;
    margin-top: 60px;
}
.dynamicsContentOne{
    width:592px;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    border: 1px solid transparent;
} */
/* .companyDynamicsHiddenOne{
    width: 572px;
    height: 235px;
    margin-top:8px;
    margin-left:10px
} */
/*
.dynamicsContentOne:hover{
    border: 1px solid rgba(179, 201, 231, 255);;
}
.dynamicsContentOne:hover .companyDynamicsImgOne{
    transform: scale(1.05);
} */
/* .companyDynamicsHiddenOne{
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.companyDynamicsHiddenOne img{

	transition: all 1s;
} */

/*
.dynamicsContentTwoTop:hover{
    border: 1px solid rgba(179, 201, 231, 255);;
}
.dynamicsContentTwoTop:hover .dynamicsImgTwo{
    transform: scale(1.05);
} */
/* .companyDynamicsHiddenTwo{
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.companyDynamicsHiddenTwo img{

	transition: all 1s;
} */
/*
.dynamicsObjTitleOne{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #323C49;
    margin-top:20px;
    margin-left:20px
}
.dynamicsObjInfoOne{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
    width: 552px;
    height: 66px;
    margin-left:20px;
    margin-top:8px;
} */
/* .hidden_ellipsis_nowrap{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.hidden_ellipsis_nowrap_2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
} */
/* .dynamicsContentTwoTop{
    padding: 8px;
    width: 592px;
    height: 222.67px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    border: 1px solid transparent;
}
.dynamicsCardObj{
    padding: 16px;
    width: 275px;
    height: 206.67px;
} */
/* .companyDynamics{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #0B51B2;
} */
/* .timeDynamics{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
    margin-top: 4px;
} */
/* .titleDynamics{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    margin-top: 4px;
} */
/* .dynamicsContent{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 1200px;
}
.dynamicsTitle{
    width: 1200px;
    height: 56px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #EDEEF0;
} */
/* .dynamicsTitleChinese{
    width: 216px;
    height: 81px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 150%;
    color: #323C49;
    border-bottom: 3px solid #0B51B2;
}
.dynamicsIntroduction{
    height: 27px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #848C99;
    margin-top: 12px;
} */
.video_2{

    width: 700px;
    height: 359px;
    background-color: black;
}
.img_play_btn,.img_pause_btn{
    position: absolute;
    top:143.5px;
    right:314px;
}
/* .brand .brand_1:hover{
    content:url(../images/ltwl/brand_show_1.png)
}
.brand .brand_2:hover{
    content:url(../images/ltwl/brand_show_2.png)
}
.brand .brand_3:hover{
    content:url(../images/ltwl/brand_show_3.png)
}
.brand .brand_4:hover{
    content:url(../images/ltwl/brand_show_4.png)
}
.brand .brand_5:hover{
    content:url(../images/ltwl/brand_show_5.png)
}
.brand .brand_6:hover{
    content:url(../images/ltwl/brand_show_6.png)
}
.brand .brand_7:hover{
    content:url(../images/ltwl/brand_show_7.png)
}
.brand .brand_8:hover{
    content:url(../images/ltwl/brand_show_8.png)
}
.brand .brand_9:hover{
    content:url(../images/ltwl/brand_show_9.png)
}
.brand .brand_10:hover{
    content:url(../images/ltwl/brand_show_10.png)
}
.brand .brand_11:hover{
    content:url(../images/ltwl/brand_show_11.png)
}
.brand .brand_12:hover{
    content:url(../images/ltwl/brand_show_12.png)
} */
/* .dynamicsCard{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    border-top-left-radius:0;
    border-top-right-radius:0;

} */
.companyNews{
    height: 22px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #0B51B2;
}
.companyNewsTitle{
    height: 42px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #323C49;
    margin-top: 8px;
}
.companyNewsInfo{
    width: 1152px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    margin-top:8px
}
.createrInfoOne{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #323C49;
    margin-left: 12px;
}
.createrInfoTwo{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #323C49;
    margin-left: 8px;
    margin-right: 8px;
}
.createrInfoThree{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #323C49;
}
/* .dynamicsCardList{
    width: 1200px;
}
.dynamicsCardItem{
    width: 384px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    border: 1px solid transparent;
}
.dynamicsCardItem:hover{
    border: 1px solid rgba(179, 201, 231, 255);;
} */
/* .dynamicsCardItem:hover .dynamicsCardItemImg{
    transform: scale(1.05);
}
.dynamicsItemHiddenImg{
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.dynamicsItemHiddenImg img{
	cursor: pointer;
	transition: all 1s;
}
.dynamicsCardItemCard{
    padding: 16px;
    width: 352px;
} */
.itemCardTitle{
    height: 22px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #0B51B2;
}
.itemCardBigTitle{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    margin-top: 8px;
}
.industryCategoryTwo{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/industry_category.png);
}



.industryCategoryTwo .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 150%;
    color: #FFFFFF;
    width: 1200px;
}
.industryCategoryTwo .info{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #C6CAD0;
    width: 1200px;
}
.industryCategoryTwo .content{
    width: 1200px;
    margin-top: 60px;
}
.industryCategoryTwo .moduleOne{
    width: 314px;
}
.industryCategoryTwo .moduleTwo{


    /* padding: 40px; */
    background: rgba(123, 123, 123, 0.2);
}
.industryCategoryTwo .container{

    height:468px;
    overflow: hidden;
}
.industryCategoryTwo .containerItem{
    padding: 40px;
    width: 886px;
    height: 468px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}
.industryCategoryTwo .categoryTitle{
    align-items: center;
    justify-content: space-between;
    width: 314px;
    height: 78px;
    padding: 24px 32px 24px 24px;
    border-bottom: 1px solid #848C99;
    background: rgba(237, 237, 237, 0.24);
}
.industryCategoryTwo .active{
    background: #0B51B2;
}
.industryCategoryTwo .categoryTitleName{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-left:13px;
    color: #FFFFFF;
}
.industryCategoryTwo .moduleTwoTitle{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}
.industryCategoryTwo .moduleTwoInfo{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 4px;
}
.industryCategoryTwo .moduleTwoContent{
    width: 100%;
    height:160px;
    background-color: red;
    margin-top: 44px;
}
.industryCategoryTwo .splitLine{
    margin-top: 40px;
    margin-bottom: 40px;
    border-top:1px solid #848C99;
    width: 100%;
}

.industryCategoryTwo .btn_1{
    width: 128px;
    height: 40px;
    background: #0B51B2;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.industryCategoryTwo .btn_2{
    text-align: center;
    line-height: 40px;
    width: 96px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E7EEF7;
    border-radius: 8px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0B51B2;
    margin-left: 40px;
}
.industryCategoryObj{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 0px;
    width: 100%;
    margin-top:120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/industry_category.png);
}
.industryCategoryObj .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
}
.industryCategoryObj span{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
}
.industryCategoryObj .info{
    width: 528px;
    /* height: 48px; */
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 6px;
    margin-bottom: 24px;
}
.listModule{
    justify-content: space-between;
    align-items: center;
    width:1200px
}
.listModule .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    width: 389.33px;
    height: 240px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
}
.listModule .title{
    justify-content: center;
    width:100%;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    /* width: 196px; */
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.listModule img{
    margin-right: 12px;
}
.listModule .info{
    width: 341.33px;
    min-height: 72px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: left;
    /* margin-top:16px */
}
.listModule .btnModule{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
    width: 341.33px;
    height: 40px;
}
.listModule .btn_1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E7EEF7;
    border-radius: 8px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #0B51B2;
}
.listModule .btn_2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 40px;
    background: #0B51B2;
    border-radius: 8px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
}
.constructionService{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 0px;
    width: 100%
}
/* .dynamicsHiddenImg{
    width: 1200px;
    height: 400px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.dynamicsHiddenImg img{
	cursor: pointer;

	transition: all 1s;

	overflow: hidden;

} */
/* .dynamicsImgText{
    border-radius: 8px;
    border:1px solid transparent
}
.dynamicsImgText:hover .dynamicsImg{
    transform: scale(1.05);

	overflow: hidden;
}

.dynamicsImgText:hover{
    border: 1px solid rgba(179, 201, 231, 255);
} */
.centerPlatform{
    width: 1200px;
    margin-top: 60px;
}
.centerItem{
    width: 252px;
}
.platformItem{
    width: 888px;
    margin-left:60px
}
.centerItemOne{
    align-items: center;
}
.centerText{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    margin-left:10.38px
}
.centerTitleDiv{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 12px;
    width: 40px;
    height: 36px;
    white-space: nowrap;
    border-bottom: 2px solid #0B51B2;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
    transition: all 1s;
    margin-top: 12px;
}
.centerTitleDiv:hover{
    width: 80px;
    color: #0B51B2;
}
.centerInfo{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #475467;
    margin-top: 7px;
    width: 187px;
}
.platformItemItem{
    width: 296px;
}
.user-select-none{

    -moz-user-select:none;/*火狐*/

    -webkit-user-select:none;/*webkit浏览器*/

    -ms-user-select:none;/*IE10*/

    -khtml-user-select:none;/*早期浏览器*/

    user-select:none;
    -webkit-user-drag: none;

}
.productListItem{
    border: 1px solid transparent ;
    width: 260px;
    height: 350px;
    border-radius: 8px;
    margin-right:16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
/* .productListItem:hover{
    border: 1px solid #0B51B2;
}
.productListItem:hover .productListItemName{
    color:#475467;
} */
.productListHoverItem img{
    user-select: none;
    -webkit-user-drag: none;
}
.productListHoverItem{
    margin-left: 24px;
    margin-top: 190px;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 0;
}

/* .productListHoverItem:hover{
    transform:translateY(-32px);
} */
.productListItem:hover .productListHoverItem{
    transform:translateY(-32px);
}
.productListHiddenImg{
    width: 260px;
    height:350px;
    overflow: hidden;
    border-radius: 8px;
}
.productListHiddenImg img{
    transition: all 0.5S;
}
.productListItem:hover img.user-select-none{
    transform: scale(1.15);
}
/* .productListHiddenImg img:hover{
    transform: scale(1.15);
} */

/* .productListItemOne{
    background-image: url(../images/ltwl/system_1.png);
}
.productListItemTwo{
    background-image: url(../images/ltwl/system_1.png);
}
.productListItemThree{
    background-image: url(../images/ltwl/system_1.png);
}
.productListItemFour{
    background-image: url(../images/ltwl/system_1.png);
} */
.productListItemName{
    height: 42px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    /* text-align: center; */
    color: #FFFFFF;
}

.productListItemNameEnglish{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
}
.digitalVillage{
    width: 260px;
}
.digitalVillage .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #323C49;
}
.digitalVillage .info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
}


.digitalVillageItem{
    /* padding-top: 233px; */
    margin-top:16px;border-radius: 8px;
    width:260px;
    height:320px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/digital_village.png);

}
.digitalVillageHoverItem{
    margin-left:24px;
    padding-top: 233px;
    transition: all 0.3s ease-in;
}
.digitalVillageHoverItem img{
    user-select: none;
    -webkit-user-drag: none;
}
.digitalVillageHoverItem .name{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    /* text-align: center; */
    color: #FFFFFF;
}
.digitalVillageHoverItem .englishName{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
}
.digitalVillageHoverItem:hover{
    transform:translateY(-32px);
}
.intelligentPark{
    width: 908px;
}
.intelligentPark .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #323C49;
}
.intelligentPark .info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
}
.intelligentParkList{
    width: 908px;
}
.rural_park{
    width: 592px;
    height: 454px;
}
.rural_park_name{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #323C49;
}
.rural_park_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    height:48px
}
.commodityCase{
    align-items: center;
    /* justify-content: center; */
}
.commodityCase .detail,.img{
    transition: all 0.8s;
}
.commodityCase .item:hover .detail{
    opacity: 1;
}
.commodityCase .item:hover .img{
    transform: scale(1.1);
}
.commodityCase .item:hover .imgTitle{
    font-weight: 600;
    color: #083A7E;
}
.commodityCase .item:hover .addressInfo{
    color: #0B51B2;
}
.commodityCase .item:hover .imgTwo{
    content: url('../images/ltwl/product_case_address_hover.png');
}
.commodityCase .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    color: #323C49;
}
.commodityCase .info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #848C99;
    margin-top: 6px;
    margin-bottom: 60px;
}
.commodityCase .detail{
    position: absolute;
    width: 112px;
    height: 44px;
    left: 136px;
    top: 75px;
    background: rgba(255, 255, 255, 0.02);
    opacity: 0;
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 4px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}
.commodityCase .imgTitle{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #323C49;
    margin-top: 16px;
}
.commodityCase .address{
    justify-content: center;
    margin-top: 8px;
}
.commodityCase .addressInfo{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #475467;
    margin-left: 4px;
}
.product_case{
    width:520px;
}
.for_line{
    width: 120px;
    height: 2px;
    background: #323C49;
    border-radius: 9px;
}
.case_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #323C49;
    text-align: center;
}
.case_title_two{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #848C99;
}
.product_case_bg{
    /* display: none; */
    margin-top:60px;
    width:84vw;
    height:40.8vw;
    /* background-image: ; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/product_case_bg.png);
}
.product_case_circle_one{
    width: 36vw;
    height:36vw;
    border-radius: 50%;
    border: 2px dashed #8FAFDC;
}
.product_case_circle_two{
    width: 28.64vw;
    height:28.64vw;
    border-radius: 50%;
    border: 2px dashed #5C8ACB;
}
.product_case_circle_three{
    width: 21.875vw;
    height:21.875vw;
    border-radius: 50%;
    border: 2px dashed #3C74C1;
}
.product_case_circle_four{
    width: 14.58vw;
    height:14.58vw;
    border-radius: 50%;
    border: 2px dashed #0B51B2;
}
.case_img_hover{
    /* transition:0.8s; */
    cursor: pointer;
    transition: all 0.6s;
}
.case_img_hover:hover{
    /* transform: scale3d(1.8,1.8,0.5); */
    transform: scale(2);
}
.case_img_hover_small:hover{
    /* transform: scale3d(1.8,1.8,0.5); */
    transform: scale(2);
}
.cooperationItem{
    /* width: 160px;
    height: 160px;
    background: #FFFFFF;
    border-radius: 8px;
    transform: rotate(-45deg); */
    width: 226.27px;
    height: 226.27px;
    /* background-color: green; */
}
.cooperationItemTitle{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #323C49;
    position: absolute;
    top:110px;
    width:160px

}
.cooperationItemBg{
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 8px;
    transform: rotate(-45deg);
}
.cooperationItemBg:hover{
    border: 1px solid #0B51B2;
    box-shadow: 0px 10px 20px rgba(11, 81, 178, 0.05);
}
.cooperationItemImg:hover~.cooperationItemBg{
    border: 1px solid #0B51B2;
    box-shadow: 0px 10px 20px rgba(11, 81, 178, 0.05);
}
.cooperationItemTitle:hover~.cooperationItemBg{
    border: 1px solid #0B51B2;
    box-shadow: 0px 10px 20px rgba(11, 81, 178, 0.05);
}
.cooperationItemTitleTwo:hover~.cooperationItemBg{
    border: 1px solid #0B51B2;
    box-shadow: 0px 10px 20px rgba(11, 81, 178, 0.05);
}
.cooperationItemImg,.cooperationItemTitle,.cooperationItemTitleTwo{
    transition: all 0.3s ease-in;
}

/* .cooperationItemImg:hover~.cooperationItem{
    transform:translateY(-8px);
} */
.cooperationItemTitleTwo{
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top:148px;
}
.for_line_two{
    width: 20px;
    height: 0;
    border: 1px solid #5C8ACB;
}
.line_step{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #5C8ACB;
}
.newsList{
    justify-content: space-between;
    width: 1200px;
    margin-top: 60px;
}
.newsListItem{
    padding: 8px;
    width: 360px;
    /* height: 342px; */
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    border: 1px solid transparent;
}
.newsTitle{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* text-align: left; */
    color: #323C49;
    margin-top: 12px;
    padding: 0 12px;
}
.newsInfo{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    height:44px;
    color: #848C99;
    margin-bottom: 8px;
    padding: 0 12px;
}
.newsSee{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B51B2;
    padding: 0 4px 12px 12px;
}
.newsSee+img{
    margin-top: 3px;
}
.findMoreObj:hover{

    border-bottom: 1px solid #323C49;
}
.findMoreObj:hover .findMore{
    transform: translate(-10px);
}
.findMoreObj:hover img{
    transform: translate(10px);
}
.findMoreObj{
    border-bottom: 1px solid #fff;
    transition: all 0.5s;
    width:100px;
    cursor: pointer;
}
.findMore{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #323C49;
    margin-left:10px;
    transition: all 0.5s;
}
.findMoreObj img{
    margin-right:10px;
    transition: all 0.5s;
}

.companyIntroduction{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
    width:100%;
    /* height:41.5vw; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/ltwl/company_introduction.png);
    /* background: linear-gradient(0deg, rgba(0, 12, 29, 0.4), rgba(0, 12, 29, 0.4)), radial-gradient(74.77% 273.08% at 74.77% 7.8%, rgba(11, 81, 178, 0) 0%, #0B51B2 100%) */
}
.companyIntroductionTitle{
    text-align: left;
    /* width:1200px; */
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 150%;
    margin-top: 120px;
    color: #FFFFFF;
    border-bottom: 3px solid #0B51B2;
}
.companyIntroductionInfo{
    margin-top: 12px;
    width: 1200px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.companySpecial{
    margin-top: 60px;
    padding: 24px;
    width: 1200px;
    height: 244px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 8px;
}
.specialItem{
    padding: 0px;
    width: 564px;
    justify-content: space-between;
}
.specialItem .name{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.specialItem .info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 8px;
    width:492px;
}
.companyText{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    width: 1200px;
    margin-top: 40px;
    margin-bottom:120px;
}

.newsListItem:hover{
    border: 1px solid rgba(179, 201, 231, 255);;
}
.newsListItem:hover img{
    transform: scale(1.05);
}
.newsListHiddenImg{
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.newsListHiddenImg img{
	transition: all 1s;
}

/*底部*/
.bottom{
    width: 100%;
    padding-bottom: 35px;
    /*height: 585px;*/
    background: #05224B;
    color: #fff;
}
.bottom-c{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.bottom-c .first_box{
    /*height: 216px;*/
    margin-top: 74px;
    display: flex;
    justify-content: space-between;
}
.bottom-c .first_box .left_contact{
    width: 276px;
    /*height: 216px;*/
    border-right: 1px solid rgb(30, 56, 93);
}
.bottom-c .first_box .left_contact p:nth-child(1){
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
}
.bottom-c .first_box .left_contact p:nth-child(2){
    /* width: 140px; */
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    /* margin-bottom: 16px; */
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
}
.bottom-c .first_box .left_contact p:nth-child(3){
    /* width: 140px; */
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
}
.bottom-c .first_box .left_contact p:nth-child(4){
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
}
.bottom-c .first_box .left_contact p:nth-child(5){
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
}
.bottom-c .first_box .left_contact p:nth-child(6){
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
}

.bottom-c .first_box .left_contact p:nth-child(3) img,
.bottom-c .first_box .left_contact p:nth-child(5) img{
    margin-right: 4px;
}

/* .bottom-c .first_box .left_contact p:nth-child(6){
    font-size: 14px;
    line-height: 22px;
} */
.bottom-c .first_box .middle_gzh{
    /*width: 112px;*/
    /*height: 192px;*/
    font-size: 14px;
    line-height: 22px;
}
.bottom-c .first_box .middle_gzh p{
    margin-top: 12px;
    margin-bottom: 15px;
}

.bottom-c .first_box .right_banner .top_Box{
    width: 685px;
    height: 160px;
    background-image: url("../images/solution/banner2-1.png");
    background-size:cover;
    padding: 16px;
    border-radius: 8px;
}
.first_box .right_banner .top_Box .title{
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
}
.TITLE{
    font-weight: 600;
    font-size: 20px;
    line-height: 62px;
    color: #323C49;
}
.first_box .right_banner .top_Box .msg{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.first_box .right_banner .top_Box .btn{
    padding: 8px 16px;
    /*width: 118px;*/
    /*height: 40px;*/
    display: inline-block;
    background: #0B51B2;
    border-radius: 8px;
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.first_box .right_banner .top_Box .btn img{
    vertical-align: middle;
    margin-right: 5.5px;
}
.bottom-c .first_box .right_banner .bottom_title{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.first_box .right_banner .bottom_title .bottom_left p:nth-child(1){
    font-size: 24px;
    line-height: 36px;
}
.first_box .right_banner .bottom_title .bottom_left p:nth-child(2){
    font-size: 14px;
    line-height:  22px;
}
.first_box .right_banner .bottom_title .bottom_right{
    width: 96px;
    height: 40px;
    background: #0B51B2;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    margin-top: 18px;
}
.bottom-c .line{
    width: 1200px;
    height: 1px;
    background-color: #fff;
    margin-top: 32px;
    opacity: 0.1;
}
.bottom-c .second_box{
    margin-top: 33px;
    display: flex;
    justify-content: space-between;
}
.bottom-c .second_box .second_Left{
    display: flex;
    justify-content: space-between;
}
.bottom-c .second_box .second_Left li{
    margin-right: 16px;
}
.bottom-c .second_box .second_Left li:nth-child(1){
    margin-right: 24px;
}
.bottom-c .second_box .second_Right{
    width: 186px;
    display: flex;
    justify-content: flex-end;
    border-left: 1px solid rgb(30, 56, 93);
}
.bottom-c .second_box .second_Right .zhihu{
    Width: 18.51px;
    Height: 18.92px;
    margin-left: 26.49px;
}
.bottom-c .second_box .second_Right .wx{
    Width: 22px;
    Height: 17.77px;
    margin-left: 20px;
}
.bottom-c .third_box{
    display: flex;
    margin-top: 32px;
}
.bottom-c .third_box li{
    margin-right: 16px;
}
.bottom-c .third_box li:nth-child(1){
    margin-right: 24px;
}
.bottom-c .fourth_box{
    height: 22px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}
.bottom-c .fourth_box .fourth_Left{
    width: 251px;
    display: flex;
    border-right: 1px solid rgb(30, 56, 93);
}
.bottom-c .fourth_box .fourth_Left .ga{
    margin-right: 4px;
}
.bottom-c .fourth_box .fourth_Left span{
    color: #fff;
}
.bottom-c .fourth_box .fourth_Right span{
    color: #fff;
}
.bottom-c .fourth_box .fourth_Right{
    /* width: 417px; */
    display: flex;
    justify-content: space-between;
}
.bottom-c .fourth_box .fourth_Right .line{
    height: 22px;
    width: 1px;
    background-color: #fff;
    opacity: 0.1;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
}
.third_box links a,
.second_Left links a{
    color: #fff;
    font-size: 14px;
    margin-right: 16px;
    text-decoration: underline;
}

.second_Right>a>img{
    width: 100%;
    height: 100%;
}

.second_Right>a{
    width: 24px;
    height: 24px;
    margin-left: 19px;
}

a {
    text-decoration: none;
}

/*头部*/
.head{
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 99999;
    left: 0;
    transition: .4s;
    top: 0;
    transition: all ease .4s;
    
}

.head-c{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 80px;
    position: relative;
}
.head-c .logo{
    margin-top: 28px;
}
.head-c .caidan{
    /*width: 24px;*/
    /*height: 24px;*/
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: 28px;
    right: 28px;
    color: #fff;
    transition: .4s;
}
.head-c .shangshi{
    color: #fff;
    padding: 0px 4px;
    width: 32px;
    height: 18px;
    background: #0B51B2;
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-left:8px ;
    margin-top: 31px;
}
.head-c .titleNav{
    margin-left: 44px;
    display: flex;
    padding-top: 28px;
}

.head-c .titleNav .titleItem{
    position: relative;
    margin-right: 28px;
    /*height: 80px;*/
}
.head-c .titleNav .titleItem:hover .down{
    transform:rotate(180deg);
    transform-origin:50% 50%;
}

.Solution-list>a{
    display: flex;
    align-items: center;
    line-height: 20px;
    color: inherit;
}

.Solution-list>a:focus, .Solution-list>a:hover {
    color: inherit;
    text-decoration: none;
}

.head-c .titleNav .titleItem .down{
    display: inline-block;
    transform: rotate(0deg);
    transition-duration:0.5s;
    font-size: 24px;
    margin-left: 4px;
    height: 24px;
    line-height: 24px;
}
.head-c .titleNav .titleItem .title{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6C7685;
    transition: all ease .4s;
}
.head-c .titleNav .titleItem .line{
    /*display: block;*/
    position: absolute;
    left: 50%;
    /*bottom: 65%;*/
    width: 0;
    height: 1px;
    background-color: #1E232B;
    /*margin-top: 7px;*/
    visibility: hidden;
    transform: translateX(-50%);
    transition: all ease .4s;
    border: 0
}
.head-c .titleNav .titleItem:hover .title,
.head-c .titleNav .titleItem.active .title{
    color: #1E232B;
}


.titleItem:hover .down,
.titleItem.active .down{
    filter: drop-shadow(0 0 #1E232B);
}
.titleItem:hover .line,
.titleItem.active .line{
    visibility: visible !important;
    width: 100% !important;
}

/* .titleItem:hover .line{
    visibility: visible !important;
    width: 100% !important;
} */
.SolutionList{
    width: 100%;
    /*height: 682px;*/
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 80px;
    display: none;
    z-index: 9999;
    border-bottom: 1px solid #EDEEF0;
    opacity: 0;
    transition: .4s;
    padding-bottom: 22px;
}
.industryCaseList{
    width: 100%;
    /*height: 682px;*/
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 80px;
    display: none;
    z-index: 9999;
    border-bottom: 1px solid #EDEEF0;
    opacity: 0;
    transition: .4s;
}
/*.Solution:hover .SolutionList{
    display: block;
    opacity: 1;
    transition: .6s;
}
.industryCase:hover .industryCaseList{
    display: block;
    opacity: 1;
    transition: .6s;
}*/
.head-nav-bg{
    width: 100%;
    height: 688px;
    background-color: #fff;
    display: none;
}

.industryCaseBox,.solutionBox{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    background-color: #fff;
}
.solutionBox .item_box_list{
    width: 588px;
    /*height: 394px;*/
    margin-right: 24px;
    margin-bottom: 10px;
    /*z-index: 9999;*/
    /*background-color: #fff;*/
    /*background: #00a0e9;*/
    /*display:none;*/
}
.solutionBox .item_box_list:nth-child(2n){
    margin-right: 0;
}
.solutionBox .item_box_list .box_top{
    width: 588px;
    height: 62px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EDEEF0;
}
.solutionBox .item_box_list .box_top .title{
    font-weight: 600;
    font-size: 20px;
    line-height:62px;
    margin-right: 16px;
    display: flex;
}
.solutionBox .item_box_list .box_top .title span{
    /*display: inline-block;*/
    padding: 4px 8px;
    width: 48px;
    height: 29px;
    background: #0B51B2;
    border-radius: 5px;
}
.solutionBox .item_box_list .box_top .more{
    color: #0B51B2;
    font-weight: 400;
    font-size: 14px;
    line-height: 62px;
    display: flex;
    align-items: center;
}
.solutionBox .item_box_list .box_top .more span{
    color: #0B51B2;
    font-weight: 400;
    font-size: 14px;
    line-height: 62px;
}

.solutionBox .item_box_list .box_top .more>a{
    display: flex;
    align-items: center;
}

.solutionBox .item_box_list .box_top .more .moreImg{
    margin-left: 10px;
    margin-right: 6px;
    width: 24px;
    height: 24px;
}
.solutionBox .item_box_list .box_bottom{
    width:588px;
    /*height: 332px;*/
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list1{
    width: 286px;
    /*height: 226px;*/
}
.solutionBox .item_box_list .box_bottom .box_bottom_list1 .title{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #323C49;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list1 .address{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #848C99;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list2{
    width: 286px;
    height: 90px;
    display: flex;
    margin-bottom: 16px;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list2 .rightBox{
    margin-left: 12px;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list2 .title{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #323C49;
    margin-bottom: 4px;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list2 .address{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #848C99;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list3:last-child{
    margin-bottom: 0;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list3:hover{
    background: #E7EEF7;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list3:hover .leftBox span:nth-child(1){
    color: #083A7E;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list3:hover .leftBox span:nth-child(2){
    color: #5C8ACB;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list3{
    width: 588px;
    height: 56px;
    background: #FAFAFA;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list3 .leftBox{
    margin-left: 16px;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list3 .leftBox span:nth-child(1){
    font-weight: 600;
    font-size: 16px;
    color: #323C49;
    line-height: 56px;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list3 .rightBox .youImg{
    margin-top: 22px;
    margin-right: 24px;
}
.solutionBox .item_box_list .box_bottom .box_bottom_list3 .leftBox span:nth-child(2){
    font-weight: 400;
    font-size: 14px;
    line-height: 56px;
    color: #848C99;
}
.solutionBox .item_box_list .box_bottom li{
    width: 290px;
    padding: 12px;
    /*height: 69px;*/
    background: #FAFAFA;
    /*background: #00a0e9;*/
    border-radius: 8px;
    margin-bottom: 8px;
    display: flex;
    position: relative;
    cursor: pointer;
}

.solutionBox .item_box_list .box_bottom li:hover{
    background: #E7EEF7;
}
.solutionBox .item_box_list .box_bottom li:hover .middle P:nth-child(1){
    color: #083A7E;
}
.solutionBox .item_box_list .box_bottom li:hover .middle P:nth-child(2){
    color: #5C8ACB;
}
.solutionBox .item_box_list .box_bottom li .middle{
    position: absolute;
    top: 12px;
    left: 44px;
}
.solutionBox .item_box_list .box_bottom li .middle P:nth-child(1){
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #323C49;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.solutionBox .item_box_list .box_bottom li .middle P:nth-child(2){
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #848C99;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
}
.solutionBox .item_box_list .box_bottom li img{
    height: 24px;
    width: 24px;
    /*margin-left: 12px;*/
    /*margin-top: 12px;*/
    margin-right: 8px;
}

.button-1,
.button-2,
.button-3{
    transition: .6s;
    cursor: pointer;
}

.button-1:hover{
    background: #0A4AA2 !important;
}

.button-1:active{
    background: #083A7E !important;
}

.button-2:hover{
    border: 1px solid #0A4AA2 !important;
    color: #0A4AA2 !important;
}
.button-2:hover a,
.button-2:hover span{
    color: #0A4AA2 !important;
}

.button-2:active{
    border: 1px solid #083A7E !important;
    color: #083A7E !important;
}
.button-2:active a,
.button-2:active span{
    color: #083A7E !important;
}

.button-3:hover{
    background: #FFFFFF !important;
    color: #0A4AA2 !important;
    border: 1px solid #8FAFDC !important;
}

.button-3:hover a{
    color: #0A4AA2 !important;
}

.button-3:active{
    background: #E7EEF7 !important;
    color: #083A7E !important;
    border: 1px solid #8FAFDC !important;
}

.button-3:active a{
    color: #083A7E !important;
}


.anchor-wrap {
    position: fixed;
    bottom: 220px;
    right: 24px;
    z-index: 9999;
    height: 190px;
}

.anchor-kf{
    cursor: pointer;
    position: relative;
    width: 56px;
    margin:0 auto;
}
.anchor-kf-avatar{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
}
.anchor-kf-avatar-img{
    width: 100%;
    height: 100%;
    -webkit-animation: anchor-img-data 1s linear infinite;
    animation: anchor-img-data  1s linear infinite;
    object-fit: cover;
    border-radius: 50%;
}
@keyframes anchor-img-data{
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(.95);
    }
    50% {
        transform: scale(.9);
    }
    75% {
        transform: scale(.95);
    }
    100% {
        transform: scale(1);
    }
}
.anchor-kf::after{
    top: 0;
    left:0;
    z-index: -1;
    content: "";
    border-radius: 50%;
    border: 2px solid #083A7E;
    background-color: #f2f2f2;
}
.anchor-kf::after {
    position: absolute;
    width: 52px;
    height: 52px;
}

.anchor-kf-border{
    position: absolute;
    width: 56px;
    height: 56px;
}
.anchor-kf-border{
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #083A7E;
    /*background-image: url(../image/new/border.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    -webkit-animation: avatar-border 1s linear infinite;
    animation: avatar-border 1s linear infinite;
}
@keyframes avatar-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    25% {
        transform: scale(1.1);
        opacity: .8;
    }
    50% {
        transform: scale(1.2);
        opacity: .1;
    }
    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
.anchor-kf-text{
    position: relative;
    width: 72px;
    height: 22px;
    border-radius: 33px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #083A7E;
    margin:0 auto;
    top:-9px;
    left: 50%;
    margin-left: -36px;
}

.anchor-item{
    margin: 0 auto;
    text-align: center;
    width: 44px;
    margin-top: 12px;
    cursor: pointer;
}

.gzwm {
    position: absolute;
    right: 84px;
    top:0;
    width: 213px;
    background: linear-gradient(180deg, #E8FBFF 0%, #FFFFFF 100%);
    border: 1px solid #E7EEF7;
    border-radius: 12px;
    /*display: none;*/
    overflow: hidden;
}
.gzwm-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 24px 24px 24px;
}
.gzwm-title{
    color: #323C49;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin:0;
    width: 158px;
    text-align: left;
}
.gzwm-phone{
    width: 100%;
    height: 48px;
    background: #05224B;
    border-radius: 0px 0px 7px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gzwm-phone-img{
    width: 20px;
    height:20px;
}
.gzwm-phone-num{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    font-family: 'wsfontMedium';
    margin:0;
    padding-left:6px;
}
.gzwm-desc{
    color: #475467;
    font-size: 12px;
    line-height: 17px;
    margin:0;
    padding:4px 0 16px;
    width: 158px;
    text-align: left;
}
.gzwn-code{
    width: 165px;
    height: 165px;
    /*background: url('../image/new/code-bg.png') no-repeat;*/
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gzwm-close{
    width: 18px;
    height: 18px;
    position: absolute;
    top:10px;
    right: 10px;
    cursor: pointer;
}

.common-head-nav{
    display: flex;
    align-items: center;
}

.common-head-nav a{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
    margin: 0 8px;
}

.common-head-nav a:first-child{
    margin-left: 0;
}

.common-head-nav a:last-child{
    color: #323C49;
}


body{
    min-width: 1200px;
}

/*全场景智慧旅游案例 start*/
.index-market-case-wrap{
    padding: 120px 0;
}

.index-market-case-list{
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.index-market-case-item{
    width: 392px;
    height: 367px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-right: 12px;
    overflow: hidden;
}

.index-market-case-item:nth-child(3n){
    margin-right: 0;
}

.index-market-case-item-img{
    width: 392px;
    height: 221px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #efefef;
}

.index-market-case-item-text1{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    margin-top: 20px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-market-case-item-text2{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
    padding: 0 20px;
    height: 44px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.index-market-case-item-text3{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0B51B2;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.index-market-case-wrap .connect_btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-market-case-wrap .connect_btn_2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* padding: 8px 16px; */
    width: 118px;
    height: 40px;
    /*background: #FFFFFF;*/
    border: 1px solid #0B51B2;
    border-radius: 8px;
}

.index-market-case-wrap .connect_btn_1 {
    align-items: center;
    justify-content: center;
    /* padding: 0 16px; */
    width: 118px;
    height: 40px;
    background: #0B51B2;
    border-radius: 8px;
    margin-left: 12px;
}

.index-market-case-wrap .connect_btn_2_text {
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B51B2;
    margin-left: 5.5px;
}

.index-market-case-wrap .connect_btn_1_text {
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-left: 5.5px;
}

.qylyly-stitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #323C49;
    margin-bottom: 40px;
}

/*全场景智慧旅游案例 end*/

/*A级景区信息化自评测试系统 start*/
.assessment-system-wrap .layui-layer{
    border-radius: 8px 8px 0px 0px;
}

.assessment-system-select-item-title{
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid #475467;
    cursor: pointer;
}

.system-select-item-title-l{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.system-select-item-title-l span{
    margin-left: 12px;
}

.assessment-system-select-item-list{
    background: #323C49;
    padding: 12px;
    display: none;
}

.select-item-label{
    padding: 12px;
    border: 1px solid #475467;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    justify-content: space-between;
}

.select-item-label:last-child{
    margin-bottom: 0;
}

.select-item-label input{
    margin-right: 9px;
}

.select-item-label span:nth-child(1){
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.select-item-label span:nth-child(2){
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #EDEEF0;
}

.assessment-system-select-list{
    margin-bottom: 32px;
    height: 500px;
    overflow-y: auto;
    background: #323C49;
    border: 1px solid #475467;
    border-radius: 4px;
}

.assessment-system-select-list::-webkit-scrollbar {
    display: none
}

.select-point-wrap{
    /*padding: 10px 0;*/
    /*border-bottom: 1px solid #EDEEF0;*/
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    margin-bottom: 19px;
}

.select-point-wrap span{
    margin-left: 12px;
    color: #D92D20;
    font-size: 32px;
    line-height: 48px;
}

.assessment-system-text1{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 28px;
}

.assessment-system-text2{
    display: flex;
    margin-bottom: 16px;
}

.assessment-system-text2 .input,
.proposal-layer-text2 .input{
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    outline: none;
    padding: 8px 12px;
    width: 433px;
}

.assessment-system-wrap {
    width: 100%;
    background: #272E39;
    padding: 80px 0;
}

.assessment-system-box {
    width: 1200px;
    margin: 0 auto;
    padding: 24px;
}

.create-process-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #475467;
}

.create-process-msg {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #475467;
    margin-bottom: 30px;
}

.assessment-system-msg{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.assessment-system-msg span:nth-child(3){
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #0B51B2;
    margin-left: 4px;
    cursor: pointer;
}

.assessment-system-msg span:nth-child(2){
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-left: 4px;
}

.assessment-system-wrap .btn2{
    display: flex;
    align-items: center;
    padding: 8px 16px;
    /*width: 118px;*/
    /*height: 40px;*/
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    /*margin-left: 12px;*/
    background: #FFFFFF;
    color:  #0B51B2;
    border: 1px solid #E7EEF7;
    white-space: nowrap;
    /*line-height:40px;*/
}

.assessment-system-wrap .btn2 img{
    vertical-align: middle;
    margin-right: 4px;
}

.assessment-system-wrap .btn{
    text-align: center;
    /*width: 64px;*/
    /*height: 40px;*/
    background: #0B51B2;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    /*line-height:40px;*/
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 16px;
}

.assessment-system-text3{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
}

.select-item-label:hover{
    border: 1px solid #0B51B2;
}

.select-item-label.active{
    border: 1px solid #0B51B2;
}

.proposal-layer-wrap{
    padding: 24px;
    background: #fff;
    display: none;
    border-radius: 8px 8px 0px 0px;
}

.proposal-layer-text1{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    margin-bottom: 40px;
}

.proposal-layer-text2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.proposal-layer-text2 .input{
    width: 1040px;
}

.assessment-system-wrap .btn1{
    text-align: center;
    /*width: 64px;*/
    /*height: 40px;*/
    background: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    /*line-height:40px;*/
    color: #323C49;
    cursor: pointer;
    border: 1px solid #C6CAD0;
    margin-left: 16px;
    white-space: nowrap;
}

.proposal-layer-text3-btn{
    display: flex;
    justify-content: flex-end;
}
/*A级景区信息化自评测试系统 end */

/*路通旅游管理系统 — 软件功能 start*/
.index-ticket-software-wrap-n{
    padding: 120px 0;
}

.index-ticket-software-list-n{
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    border-radius: 8px;
}

.index-ticket-software-item-n{
    padding: 24px;
    border-bottom: 1px solid #EDEEF0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-ticket-software-item-n:last-child{
    border-bottom: 0;
}

.index-ticket-software-item-n-l{
    display: flex;
    align-items: center;
}

.index-ticket-software-item-n-l img{
    margin-right: 9px;
}

.software-item-n-l-text-1{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    margin-bottom: 4px;
}

.software-item-n-l-text-2{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #475467;
}

.index-ticket-software-item-n-r{
    display: flex;
    justify-content: flex-end;
}

.software-item-n-r-item{
    padding: 8px 12px;
    background: #FAFAFA;
    border: 1px solid #EDEEF0;
    border-radius: 4px;
    margin-left: 10px;
}
/*路通旅游管理系统 — 软件功能 end*/


.img_over_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 780px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pandect{
    /* position: relative;
    top: -86px; */
    position: absolute;
    top: 700px;
    left: calc(50% - 600px);
}
/* .pandect .pandect_obj{
    padding: 40px;
    padding-left: 0;
    padding-right: 0;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border-radius: 8px;

} */
.pandect .pandect_content{
    width: 1200px;
    /* height: 172px; */
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    isolation: isolate;
    border-radius: 8px;
    /* border-top-left-radius: 8px;
    border-top-right-radius: 8px; */
}
.pandect .unmsaylutong{
    padding: 4px 12px;
    /* width: 88px; */
    height: 32px;
    background: #0B51B2;
    border-radius: 8px 0px 8px 0px;
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.pandect .pandect_modules{
    padding: 8px 40px 40px 40px;
}
.pandect .pandect_item{
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pandect .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0B51B2;
    margin-left: 5px;
    margin-right: 5px;
}
.pandect .info{
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    color: #0B51B2;
    margin-top: 8px;
}
.pandect .unit{
    width: 16px;
    height: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #0B51B2;
}

.company_info{
    padding-top: 126px;
    padding-bottom: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url(../images/ltwl/company_info_bg.png); */
}
.company_info .title{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #323C49;
    margin-left: 17px;
}
.company_info .introduction{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
    width: 1200px;
    text-indent: 2em;
    margin-top: 12px;
}
.company_info .strong_point{
    justify-content: space-between;
    padding: 0px;
    width: 1200px;
    height: 228px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
    margin-top: 102px;
    margin-bottom: 50px;
}
.company_info .strong_point_item{
    align-items: center;
    padding: 24px;
    width: 291px;
    height: 228px;
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    border-radius: 8px;
    position: relative;
}
.company_info .strong_point_img{
    position: absolute;
    top: -56px;
    filter: drop-shadow(2px 6px 18px rgba(0, 0, 0, 0.2));
}
.company_info .strong_point_name{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #323C49;
    margin-top: 72px;
    margin-bottom: 12px;
}
.company_info .strong_point_info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #475467;
    text-align: center;
}
.company_info .info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
    width: 1200px;
}
.park_solution{
   padding-top: 120px;
   background-color: #f5f5f5;
   padding-bottom: 120px;

}
.park_solution .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 150%;
    color: #323C49;
    width:1200px;
    text-align: center;
}
.park_solution .change_type{
    justify-content: space-around;
    width: 1200px;
    margin-top: 52px;
}
.park_solution .type_item{
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.park_solution .under_line{
    width:0px;
    height: 2px;
    background: #0B51B2;
    margin-top: 11px;
    transition: all 0.8s;
}

.park_solution .under_line_gray{
    border-bottom: 1px solid #EDEEF0;
    width: 1200px;
    margin-top: -13px;
}
.type_item:hover .under_line{
    width:64px;
}
.type_item:hover div{
    color: #0B51B2;
}
.type_item.active .under_line{
    width:64px;
}
.type_item.active div{
    color: #0B51B2;
}
.swiper_park{
    overflow: hidden;
    min-width: 1200px;
    max-width: 1200px;
    height: 450px;
    margin-top: 23px;
}
.swiper_park .swiper_park_item{
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}
.swiper_park .img_area{
    width: 760px;
    height: 450px;
    background: radial-gradient(32.94% 33.61% at 0% 0%, #E3F1FD 0%, rgba(227, 244, 253, 0) 100%), linear-gradient(90deg, #52A0CC 0%, #112E59 100%);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.img_area .swiper-slide{
    justify-content: center;
    align-items: center;
}
.swiper_park .img_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;

    width: 408px;
    height: 364px;
}
.swiper_park .text_1{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #848C99;
}
.swiper_park .text_2{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #0B51B2;
    width: 408px;
}
.swiper_park .text_3{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    width: 408px;
    margin-top: 24px;
}
.swiper_park .text_4{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    margin-top:12px
}
.swiper_park .text_5{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
    margin-top: 4px;
}
.getDetail{
    align-items: center;
    padding: 8px 16px;
    width: 110px;
    height: 38px;
    background: #0B51B2;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 6px;

    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 48px;
}

.swiper_park video{
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
    border-radius: 8px;
}
.swiper_left{
    position: absolute;
    top: 50%;
    left:-40px;
    margin-top:-45px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    transition: All 0.4s ease-in-out;
}
.swiper_right{
    position: absolute;
    top: 50%;
    right:-40px;
    margin-top:-45px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    transition: All 0.4s ease-in-out;

}
.img_area:hover .swiper_left{
    transform: translate(50px, 0px);
}
.img_area:hover .swiper_right{
    transform: translate(-50px, 0px);
}

.broadcast_solution{
    padding-top: 120px;
    padding-bottom: 120px;
}
.broadcast_solution .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 150%;
    color: #323C49;
    text-align: center;

}
.broadcast_solution .change_type{
    justify-content: center;
    width: 1200px;
    margin-top: 52px;
}
.broadcast_solution .type_item{
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.broadcast_solution .under_line{
    width:0px;
    height: 2px;
    background: #0B51B2;
    margin-top: 11px;
    transition: all 0.8s;
}
.broadcast_solution .under_line_gray{
    border-bottom: 1px solid #EDEEF0;
    width: 1200px;
    margin-top: -13px;
}
.type_item:hover .under_line{
    width:64px;
}
.type_item:hover div{
    color: #0B51B2;
}
.type_item.active .under_line{
    width:64px;
}
.type_item.active div{
    color: #0B51B2;
}
.swiper_broadcast{
    overflow: hidden;
    min-width: 1200px;
    max-width: 1200px;
    height: 450px;
    margin-top: 23px;
}
.swiper_broadcast .img_area{
    width: 760px;
    height: 450px;
    background: radial-gradient(32.94% 33.61% at 0% 0%, #E3F1FD 0%, rgba(227, 244, 253, 0) 100%), linear-gradient(90deg, #52A0CC 0%, #112E59 100%);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.img_area .swiper-slide{
    justify-content: center;
    align-items: center;
}
.swiper_broadcast .img_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;

    width: 408px;
    height: 364px;
}
.swiper_broadcast .text_1{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #848C99;
}
.swiper_broadcast .text_2{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #0B51B2;
    width: 408px;
}
.swiper_broadcast .text_3{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    width: 408px;
    margin-top: 24px;
}
.swiper_broadcast .text_4{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    margin-top:12px
}
.swiper_broadcast .text_5{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
    margin-top:4px;
}
.swiper_broadcast .text_5_item{
    width:50%;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
}
.swiper_broadcast .swiper_broadcast_item{
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}

.classic_case{
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ffffff;
}
.classic_case .title_div{
    justify-content: space-between;
    align-items: center;
    width:1200px
}
.classic_case .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 150%;
    color: #323C49;
}
.classic_case .little_title{
    display: flex;
    flex-direction: row-reverse;
}
.title_item{
    align-items: center;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #848C99;
    margin-left: 24px;
}
.title_item img{
    margin-right: 6px;
}
.classic_case .change_type{
    justify-content: space-around;
    width: 1200px;
    margin-top: 52px;
}
.classic_case .type_item{
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 88px;

}
.classic_case .under_line{
    width:0px;
    height: 2px;
    background: #0B51B2;
    margin-top: 11px;
    transition: all 0.8s;
}
.classic_case .under_line_gray{
    border-bottom: 1px solid #EDEEF0;
    width: 1200px;
    margin-top: -13px;
}
.swiper_case{
    overflow: hidden;
    min-width: 1200px;
    max-width: 1200px;
    height: 450px;
    margin-top: 23px;
}
.swiper_case .swiper_case_item{
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}
.swiper_case .img_area{
    width: 672px;
    height: 378px;
    /* background: radial-gradient(32.94% 33.61% at 0% 0%, #E3F1FD 0%, rgba(227, 244, 253, 0) 100%), linear-gradient(90deg, #52A0CC 0%, #112E59 100%); */
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.swiper_case .img_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;

    width: 408px;
    height: 364px;
}
.swiper_case .text_1{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: #848C99;
}
.swiper_case .text_2{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #0B51B2;
    margin-bottom: 24px;
}
.swiper_case .text_3{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: #323C49;
    width: 488px;;
}
.swiper_case .text_4{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    margin-top:12px
}
.swiper_case .text_5{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
    margin-top: 4px;
}

.cultural_solution{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    width:100%;
    /* width: 1920px; */
    /* height: 1021px; */

    background: #05224B;
    /* margin-top:120px; */
}
.cultural_solution .bar{
    width: 1200px;
    margin: 0 auto;
    /* margin-left:calc(50vw - 600px - 8px); */
}
.cultural_solution .bar_item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;

    width: 1200px;
    height: 72px;
    line-height: 72px;

    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    display: block;
}
.cultural_solution .bar_item.active{
    background: #0B51B2;
}
.cultural_solution .title{
    margin: 0 auto;
    /* margin-left:calc(50vw - 600px - 8px); */
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 80px;
    width:1200px;
    text-align: center;
    margin-bottom: 28px;
}


.img_div{
    width: 713px;
    height: 404px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
    border-radius: 8px;
    overflow: hidden;
}
.cultural_solution .img_div_2{
    width: 566px;
    height: 238px;
    border-radius: 8px;
    justify-content: space-between;
    flex-wrap: wrap;

}
.cultural_solution .solution_item{
    padding: 12px;
    width: 279px;
    height: 118px;
    background: #FAFAFA;
    border-radius: 8px;
}
.cultural_solution .icon_text_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
    margin-left: 8px;
}
.cultural_solution .solution_info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top:4px;
    color: #848C99;
}
.cultural_solution .create_a{
    width: 690px;
    height: 378px;

    /* background: radial-gradient(32.94% 33.61% at 0% 0%, #E3F1FD 0%, rgba(227, 244, 253, 0) 100%) warning: gradient uses a rotation that is not supported by CSS and may not behave as expected, linear-gradient(90deg, #52A0CC 0%, #112E59 100%); */
    border-radius: 8px;
    justify-content: center;
    align-items: center;
}
.cultural_solution .advantage_create{
    width: 690px;
    height: 408.55px;

    /* background: radial-gradient(32.94% 33.61% at 0% 0%, #E3F1FD 0%, rgba(227, 244, 253, 0) 100%) warning: gradient uses a rotation that is not supported by CSS and may not behave as expected, linear-gradient(90deg, #52A0CC 0%, #112E59 100%); */
    border-radius: 8px;
    justify-content: center;
    align-items: center;
}
.cultural_solution .cgip{
    width: 583px;
    height: 378px;
    position: relative;
    /* background: radial-gradient(32.94% 33.61% at 0% 0%, #E3F1FD 0%, rgba(227, 244, 253, 0) 100%) warning: gradient uses a rotation that is not supported by CSS and may not behave as expected, linear-gradient(90deg, #52A0CC 0%, #112E59 100%); */
    border-radius: 8px;
    /* justify-content: center;
    align-items: center; */
}
.game_info{
    position: absolute;
    bottom: 0;
    padding: 6px 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(22px);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}
.cultural_solution .ip_div{
    width: 690px;
    height: 408.55px;

    background: radial-gradient(32.94% 33.61% at 0% 0%, #E3F1FD 0%, rgba(227, 244, 253, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(90deg, #52A0CC 0%, #112E59 100%);
    border-radius: 8px;
    justify-content: center;
    align-items: center;

}
.swiper_cultural{
    width:100%;
    height:1021px;
    overflow: hidden;
    min-height: 10px;
    position: relative;
}
.swiper_cultural_wrapper{
    height: 1021px;
}
#pin_obj{
    width: 100% !important;
    background-color: #ffffff;
    z-index: 88;
    left: 0 !important;
}
#pin_obj.select{
    background-color: #062D62;

}
#pin_content.white{
    background-color: #ffffff;
}
#pin_content.white .bar_item{
    color: #323C49;
}
.pin_obj{
    /* z-index: 99999; */
    /* left:calc(50vw - 600px) !important; */
    background: #062D62;
}
#maodian_1.active{
    color: #ffffff !important;
}
#maodian_2.active{
    color: #ffffff !important;
}
#maodian_3.active{
    color: #ffffff !important;
}
#maodian_4.active{
    color: #ffffff !important;
}

/* .pin_obj.active .bar_item{
    color: #323C49;
}
.pin_obj.active .bar_item.active{
    color: #ffffff;
} */
.cultural_solution .slide_1{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/cultural_bg_1.jpg);
}
.cultural_solution .slide_2{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/cultural_bg_2.jpg);
}
.cultural_solution .slide_3{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/cultural_bg_2.jpg);
}
.cultural_solution .slide_4{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/cultural_bg_3.jpg);
}
.cultural_solution .slide_5{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/cultural_bg_4.jpg);
}
.cultural_solution .slide_6{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/cultural_bg_5.jpg);
    position: relative;
}
.cultural_solution .slide_7{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/cultural_bg_6.jpg);
}
.cultural_solution .swiper-slide_special{
    padding-top: 422px;
    /* padding-bottom: 195px; */
    justify-content: center;
    /* align-items: center; */
}
.cultural_solution .text_img{
    width: 1200px;
    height:404px;
    justify-content: space-between;
    align-items: center;
}
.lvjing{
    /* background: linear-gradient(270deg, rgba(5, 34, 75, 0) 0%, rgba(5, 34, 75, 0.7) 100%), linear-gradient(0deg, rgba(11, 81, 178, 0.2), rgba(11, 81, 178, 0.2)); */
    width:100%;height:718px;z-index:9;
    justify-content: center;
    align-items: center;

}
.cultural_solution .text_div{
    width:520px;

}
.cultural_solution .text_1{
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
    padding: 12px 0px;
    border-bottom: 1px solid #EDEEF0;
}
.cultural_solution .text_2{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top:12px;

    color: #FFFFFF;
}
.cultural_solution .text_3{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top:12px;
}
.cultural_solution .text_4{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top:4px;
}
.getDetailWhite{
    align-items: center;
    padding: 8px 16px;
    width: 110px;
    height: 38px;
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 6px;

    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #0B51B2;
    margin-top: 40px;
}
.try_game{
    background: #0B51B2;
    color: #ffffff;
    margin-left: 24px;
}
.like-swiper-pagination{
    position: relative;
    color: #ffffff;
    /* top: 28px; */
    margin: 0 auto;
    /* margin-left:calc(50vw - 600px - 8px); */
    left:calc(50vw - 600px - 8px) !important;
    width:1200px;
    z-index:99;
    border-bottom: 1px solid #475467;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}
.like_item{
    justify-content: center;
    align-items: center;
    /*padding: 0px 12px;*/
    /* width: 216px; */
    height: 48px;
    line-height: 48px;
}
.like_item.active{
    color: #B3C9E7;
}


.select_us{
    padding-top: 60px;
    padding-bottom: 130px;
    background-color: #ffffff;
}
.select_us .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #323C49;
    width:1200px
}
.select_us .welcome_title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #848C99;
    margin-top:12px;
    margin-bottom: 32px;
}
.select_us .imgs{
    width:1200px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 32px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.06));
}
.select_us .imgs img{
    margin-bottom: 24px;
    width:180px;
    height:90px;
    background-color: #ffffff;
    border-radius: 12px;

}

.news{
    margin-bottom: 120px;
    margin-top: 130px;
}
.news .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #323C49;
    text-align: center;
}
.news .see_more{
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.see_more .text{
    margin-right: 4px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B51B2;
}
.news_div{
    width:1200px;
    justify-content: space-between;
}
.news .left_div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    /* gap: 8px; */

    width: 540px;
    height: 490px;
    /* overflow: hidden; */
}
.news .right_div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    width: 648px;
    height: 490px;

    background: #FFFFFF;
    /* shadows */

    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.news .company_new{
    width: 540px;
    min-height: 158px;
    max-height: 158px;
    margin-bottom: 8px;
    background: #FFFFFF;
    /* shadows */

    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    /* overflow-y: scroll; */
}
.news .news_type{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #0B51B2;
    margin-bottom: 16px;
}
.news .news_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
}
.industry_item:hover .industry_name{
    color: #0B51B2;
}
.industry_item:hover .industry_time{
    color: #0B51B2;
}
.news_people{
    justify-content: space-between;
    align-items: center;
    margin-top:16px;
}
.news_time{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
}
.industry_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #0B51B2;
    padding: 10px;
    /* width: 76px; */
    height: 42px;
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
}
.industry_item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    width: 648px;
    height: 56px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #EDEEF0;
}
.industry_name{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
}
.industry_time{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
}
.wisdom{
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/wisdom_bg.jpg);
}
.wisdom .slide_cross{
    padding: 0 !important;
    width: 285px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 8px;
    position: relative;
}
.wisdom .title{
    height: 75px;
    margin: 0 auto;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 150%;
    color: #FFFFFF;
    width: 500px;
    text-align: center
}
.wisdom .info{
    margin: 0 auto;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 500px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 24px;
}
.wisdom .moduleOne{
    padding: 0px;
    width: 314px;
    height: 546px;
    background: rgba(237, 237, 237, 0.24);

}
.wisdom .moduleTwo{
    overflow: hidden;
    padding: 0px;
    width: 886px;
    height: 546px;
    background: rgba(123, 123, 123, 0.2);
}
.wisdom .categoryTitle{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    width: 314px;
    height: 78px;
    border-bottom: 1px solid #848C99;
}
.wisdom .categoryTitle.active{
    background: #0B51B2;
}
.wisdom .categoryTitleName{
    margin-left: 12px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.wisdomSwiper .swiper-slide{
    padding: 40px;
}
.wisdomSwiper .log_one{
    justify-content: space-between;
}
.wisdomSwiper .title_text{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}
.wisdomSwiper .interpretation{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.wisdomSwiper .interpretationText{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 4px;
}
.wisdomSwiper .introduction{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 4px;
    min-height: 48px;
}
.wisdomSwiper .imgs{
    width: 100%;
    margin-top:20px;
    overflow: hidden;
}
.wisdomSwiper .imgs img{
    margin-right: 12px;
}
.wisdomSwiper .split_line{
    width:100%;
    height:0;
    border-top: 1px solid #DADDE1;
    margin-top: 114px;
}
.wisdomSwiper .btns{
    margin-top: 40px;
}
.wisdomSwiper .btn_area{
    justify-content: space-between;
}
.wisdomSwiper .btn_1{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    /* width: 96px; */
    height: 40px;
    background: #0B51B2;
    border-radius: 8px;
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.wisdomSwiper .btn_2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    width: 96px;
    height: 40px;
    background: #FFFFFF;
    /* primary/50 */

    border: 1px solid #E7EEF7;
    border-radius: 8px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-left: 24px;
    color: #0B51B2;
}
.wisdomSwiper .detailContent{
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 24px;
    margin-top:40px
}
.wisdomSwiper .detail_btn{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.why_us{
    padding-bottom: 80px;
    padding-top:120px;
    position: relative;
    /* z-index: 9999; */
    background-color: #fafafa;
}
.why_us .why_one{
    padding: 0px;
    width: 373px;
    height: 160px;
}
.why_us .why_two{
    padding: 0px;
    width: 815px;
    /* height: 244px; */
}
.why_us .why_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    margin-top:12px;
    color: #323C49;
}
.why_us .why_yes{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    margin-top: 20px;
}
.why_us .left_top{
    width: 50%;
}
.why_us .right_top{
    width: 50%;
}
.why_us .why_item{
    padding-left: 18px;
}
.why_us .item_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
}
.why_us .item_info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    width: calc(355.5px - 18px);
    margin-top: 8px;
}
.why_info {
    width:1200px;
    margin: 0 auto;
}
.count_say{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #0B51B2;
    margin-top: 16px;
}

.two_clamp{
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.one_clamp{
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.under_line_cultural{
    width: 0;
    height:0;
    border-bottom: 2px solid #B3C9E7;;
    transition: all 0.5s;
}
.cultural_solution_hover:hover .under_line_cultural{
    width: 64px;
}
.cultural_solution_hover{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cultural_solution_hover.active .under_line_cultural{
    width: 64px;
}

.join_they{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    /* width: 88px; */
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    height: 38px;
    background: #0B51B2;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    margin: 0 auto;
    margin-top:8px
}
.for_position_cultural{
    position: absolute;
    top: 0;
    z-index: 999;
}
#for_pin_two{
    position: absolute;
    top: 255px;
    z-index: 9;
    width: 1px;
    left: 0;
}
#dd .moduleTwo img{
    margin-right: 12px;
}
.detail_btn{
    min-width: 64px;
}
.solution_module_two_swiper_div{
    width:640px;
    overflow: hidden;
    min-width: 640px;
}
.solution_module_two_swiper .swiper-slide-item{
    width: 210px !important;
    max-width: 210px;
    margin-right: 8px;
}
.solution_module_two_swiper .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.solution_module_two_swiper_two .swiper-slide-item{
    width: 210px !important;
    max-width: 210px;
    margin-right: 8px;
}
.solution_module_two_swiper_two .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.solution_module_two_swiper_three .swiper-slide-item{
    width: 210px !important;
    max-width: 210px;
    margin-right: 8px;
}
.solution_module_two_swiper_three .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.swiper_join_us_div{
    width: 1200px;
    overflow: hidden;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.06));
}
.swiper_join_us .swiper-slide{
    width: 180px;
    max-width: 180px;
    margin-right: 24px;
}
.swiper_join_us img{
    margin-bottom: 24px;
    width: 180px;
    height: 90px;
    background-color: #ffffff;
    border-radius: 12px;
}
.swiper_join_us .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.wrapper_zzc{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    background-color: rgba(0,0,0,0.4);
}

.close_zzc {
    color: white;
    width: 40px;
    height: 40px;
    background-color:rgba(255,255,255,0.7);
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    position: absolute;
    top: calc(50vh - 352px);
    right: calc(50vw - 321px);
}




/*新首页*/
.logo-new{
    margin-top: 15px;
}

.logo-new img{
    margin-bottom: 8px;
}

.logo-new-text{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    background: #0B51B2;
    border-radius: 4px;
    padding: 0 4px;
    /* width: auto; */
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
}


/*商桥*/
.float0831 {
    POSITION: fixed; TOP: 180px; RIGHT: 1px; _position: absolute;z-index:99999;
}
.float0831 A {
    COLOR: #00a0e9
}
.float0831 A:hover {
    COLOR: #ff8100; TEXT-DECORATION: none
}
.float0831 .floatL {
    POSITION: relative; WIDTH: 28px; FLOAT: left
}
.float0831 .floatL A {
    TEXT-INDENT: -9999px; DISPLAY: block; FONT-SIZE: 0px
}
.float0831 .floatR {
    BACKGROUND: url(../images/customer/float_bg.gif)
}
.float0831 .tp {
    BACKGROUND: url(../images/customer/float_bg.gif)
}
.float0831 .cn {
    BACKGROUND: url(../images/customer/float_bg.gif)
}
.float0831 .floatR {
    PADDING-BOTTOM: 15px; WIDTH: 130px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: -131px bottom; FLOAT: left; OVERFLOW: hidden
}
.float0831 .tp {
    BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 0% 0%; HEIGHT: 10px
}
.float0831 .cn {
    BACKGROUND-REPEAT: repeat-y; BACKGROUND-POSITION: -262px 0px
}
.float0831 .cn H3 {
    TEXT-INDENT: -9999px; HEIGHT: 36px; FONT-SIZE: 0px
}
.float0831 .cn UL {
    PADDING-BOTTOM: 0px; PADDING-LEFT: 14px; PADDING-RIGHT: 14px; PADDING-TOP: 0px
}
.float0831 .cn UL LI {
    BORDER-BOTTOM: #e6e5e4 1px solid; LINE-HEIGHT: 36px; WORD-WRAP: break-word; HEIGHT: 36px; OVERFLOW: hidden; WORD-BREAK: normal
}
.float0831 .titZx {
    BACKGROUND: url(../images/customer/float_s.gif) no-repeat
}
.float0831 .titDh {
    BACKGROUND: url(../images/customer/float_s.gif) no-repeat
}
.float0831 .titDc {
    BACKGROUND: url(../images/customer/float_s.gif) no-repeat
}
.float0831 .icoZx {
    BACKGROUND: url(../images/customer/float_s.gif) no-repeat
}
.float0831 .icoTc {
    BACKGROUND: url(../images/customer/float_s.gif) no-repeat
}
.float0831 .icoFf {
    BACKGROUND: url(../images/customer/float_s.gif) no-repeat
}
.float0831 .icoTl {
    BACKGROUND: url(../images/customer/float_s.gif) no-repeat
}
.float0831 .btnOpen {
    BACKGROUND: url(../images/customer/float_s.gif) no-repeat
}
.float0831 .btnOpen_n {
    BACKGROUND: url(../images/customer/float_s.gif) no-repeat
}
.float0831 .btnCtn {
    BACKGROUND: url(../images/customer/float_s.gif) no-repeat
}
.float0831 .titZx {
    BACKGROUND-POSITION: 5px -10px
}
.float0831 .titDh {
    BACKGROUND-POSITION: 5px -66px
}
.float0831 .titDc {
    BACKGROUND-POSITION: 5px -124px
}
.float0831 .icoZx {
    BACKGROUND-POSITION: 2px -154px
}
.float0831 .icoTc {
    BACKGROUND-POSITION: 0px -323px
}
.float0831 .icoFf {
    BACKGROUND-POSITION: 2px -213px
}
.float0831 .icoTl {
    PADDING-LEFT: 20px; DISPLAY: block; FONT-FAMILY: "微软雅黑"; BACKGROUND-POSITION: 2px -266px; FLOAT: left;font-size: 13px;white-space: nowrap;
}
.float0831 .btnOpen {
    BACKGROUND-POSITION: -30px -396px
}
.float0831 .btnOpen_n {
    BACKGROUND-POSITION: 0px -530px
}
.float0831 .btnCtn {
    BACKGROUND-POSITION: 0px -396px
}
.float0831 .icoZx {
    PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .icoTc {
    PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .icoFf {
    PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .btnOpen {
    POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnOpen_n {
    POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnCtn {
    POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnOpen {
    TOP: 75px; LEFT: 1px
}
.float0831 .btnOpen_n {
    TOP: 118px; LEFT: 1px
}
.float0831 .btnCtn {
    TOP: 75px; LEFT: 2px
}
.float0831 UL LI H3.titDc A {
    WIDTH: 80px; DISPLAY: block; HEIGHT: 36px
}
.float0831 UL LI.top {
    BORDER-BOTTOM: #ace5f9 1px solid
}
.float0831 UL LI.bot {
    BORDER-BOTTOM-STYLE: none
}
.float0831 UL.webZx {
    PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 164px; PADDING-RIGHT: 0px; BACKGROUND: url(../images/webZx_bg.jpg) no-repeat; HEIGHT: 65px; PADDING-TOP: 0px
}
.float0831 UL LI.webZx-in {
    BORDER-BOTTOM-STYLE: none; PADDING-LEFT: 5px; HEIGHT: 50px; PADDING-TOP: 8px
}

.slide_cross:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url('../images/brand/fd.png');
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    opacity: 0;
    transition: .6s;
    top :0;
    left: 0;
}

.slide_cross:hover:after{
    display: block;
    opacity: 1;
}

.tourism-nav-box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.tourism-nav-wrap{
    padding: 12px 0;
    /*background: #fafafa;*/
}

.tourism-nav-wrap .barFirst{
    height: 22px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
}

.tourism-nav-wrap .barFirst a {
    height: 22px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
}

.tourism-nav-wrap .barItem {
    height: 22px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #323C49;
}

.bannerIndexTextDiv{
    position: absolute;
    top: 131px;
    left: calc(50% - 600px);

    
}
.bannerIndexText{

    color: #FFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    font-family: 'ast';
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 105px */
}



.index_connect_btn_1 {
    align-items: center;
    justify-content: center;
    /* padding: 0 16px; */
    width: 96px;
    height: 40px;
    background: #0B51B2;
    border-radius: 8px;
}
.index_connect_btn_1_text {
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-left: 0;
}
.index_connect_btn_2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* padding: 8px 16px; */
    width: 118px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E7EEF7;
    border-radius: 8px;
    margin-left: 12px;
}
.index_connect_btn_2_text {
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B51B2;
    margin-left:5.5px;
}


#operation-follow{
    position: fixed;
    right: 24px;
    bottom: 300px;
    z-index: 9999;
}

.operation .item-back {
    background-color: #05224B;
    border-radius: 4px;
    height: 44px;
    margin: 0 auto;
    position: relative;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.operation .item-back > svg{
    color:#fff
}

.operation .share-list {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    right: 63px;
    padding: 12px 0;
    position: absolute;
    top: -8px;
    width: 150px;
    z-index: 9;
}

.share-item{
    cursor: pointer;
    padding: 6px 18px;
    pointer-events: auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.share-list .sosh-item-icon{
    display: none;
}

.share-list .sosh-item-text{
    display: block;
    cursor: pointer;
    padding: 6px 18px;
    pointer-events: auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    color: #000;
    font-size: 16px;
}

.share-list .sosh-item{
    float: none;
    margin: 0 auto;
}

.share-list{
    display: none;
}

.operation:hover .share-list{
    display: block;
}